From 9cd066d2e7a5db701ce31fab401250fd4482a01f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 29 Aug 2020 17:05:53 -0500 Subject: [PATCH] Added long_description_content_type --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 08f14bc..cd98fa3 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ setup( description='Logout page for the PostgreSQL Web User Interface suite.', long_description=long_description, + long_description_content_type='text/x-rst', # The project's main homepage. url='http://pgwui_logout.readthedocs.io/', -- 2.34.1